PART A - Creating Web Application Project
Important Options:
- Location
- File System
- HTTP
- FTP
- Language
- Visual Basic
- Visual C#
Choosing Web Application Project Options:
- File System
- Local IIS
- FTP Site
- Remote Site
Integrated Web Server:
- Testing a single blank web form
- URL in browser:
http://localhost:4325/OnlineBank/Default.aspx
Design and Code Windows:
- default.aspx
- Design Window
- Source Window
- Code Window
- .aspx code
- .vb code
Solution Explorer:
- High-level view
- Located at top right corner
- Shows constituents of application
- Add web forms, web services, bitmaps, etc.
Coding Models:
- Separate HTML and Code-behind files
- Single file containing both HTML and VB code
- Performance considerations
- Functionality and maintenance
Ease of Designing a Web Form:
Visual Studio provides an easy way to design forms using Design and Source windows, with access to controls via Toolbox and layout tools.
PART B - Demonstration of ASP .NET Page Processing
Develop a page to demonstrate various events which are raised and handled during ASP.NET Page processing once the page object has been created? Develop a story about it?